projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79c1095
)
Add GDK_AVAILABLE annotations to new API
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 15 Jul 2012 04:53:46 +0000
(
00:53
-0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 15 Jul 2012 04:53:46 +0000
(
00:53
-0400)
gtk/gtkbutton.h
patch
|
blob
|
history
diff --git
a/gtk/gtkbutton.h
b/gtk/gtkbutton.h
index e97ad5f01eae4d5187415ad59bbf1242a98775aa..9166db0cf1e028150e70384e3bdd8e069469c454 100644
(file)
--- a/
gtk/gtkbutton.h
+++ b/
gtk/gtkbutton.h
@@
-116,8
+116,10
@@
GtkWidget* gtk_button_get_image (GtkButton *button);
void gtk_button_set_image_position (GtkButton *button,
GtkPositionType position);
GtkPositionType gtk_button_get_image_position (GtkButton *button);
+GDK_AVAILABLE_IN_3_6
void gtk_button_set_always_show_image (GtkButton *button,
gboolean always_show);
+GDK_AVAILABLE_IN_3_6
gboolean gtk_button_get_always_show_image (GtkButton *button);
GdkWindow* gtk_button_get_event_window (GtkButton *button);